!IF 0
/*---------------------------------------------------------------------------*\
| APPLICATION BUILD FILE
|   This file is used by the BUILD executable for contstruction of the
|   GDITEST program.  This file is only used for NT 32bit systems.
|
|
| created: 28-Mar-91
| history: 28-Mar-91 <chriswil> created.
|
\*---------------------------------------------------------------------------*/
!ENDIF


MAJORCOMP=windows
MINORCOMP=test

TARGETNAME=gdidemo
TARGETPATH=obj
TARGETTYPE=LIBRARY
TARGETLIBS=

386_FLAGS=-DNT -DWIN -DWIN32 -DNOT_IMPLEMENTED

INCLUDES=.;$(BASEDIR)\public\sdk\inc;;


SOURCES=gdidemo.c   \
        init.c      \
        dialog.c    \
        wininfo.c   \
        poly.c      \
        xform.c     \
        maze.c      \
        draw.c      \
        bounce.c    \
        gdidemo.rc


UMTYPE=windows
UMAPPL=gdidemo
UMLIBS=                                           \
       $(BASEDIR)\public\sdk\lib\*\gdi.lib        \
       $(BASEDIR)\public\sdk\lib\*\user.lib       \
       $(BASEDIR)\public\sdk\lib\*\userrtl.lib    \
       $(BASEDIR)\public\sdk\lib\*\base.lib       \
       obj\*\gdidemo.lib			  \
       obj\*\gdidemo.res
